CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux ftp

搜索资源列表

  1. linux下用c语言实现的一个ftp程序

    2下载:
  2. linux下用c语言实现的一个ftp程序,包括server和client-using the C Language an ftp procedures, including server and client
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4531
    • 提供者:god
  1. Linux的安全漏洞与防范措施

    0下载:
  2. 介绍Linux的Internet安全漏洞与防范措施,希望对大家有一定的帮助,主要包括的就是FTP安全、电子邮件安全、Telnet安全、Web服务器安全和安全Web协议。-introduced Linux Internet security loopholes and preventive measures, we hope to have some help, including FTP is security, email security, Telnet security, Web serv
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6040
    • 提供者:王松
  1. Qt4-ftp

    1下载:
  2. 这是一个采用Qt4写成的ftp客户端程序,具有友好的GUI,代码很小,在Linux和Windows下执行速度都很快。同时可以轻易地移植到嵌入式系统上。-writes written using ftp client with a friendly GUI, code minimal, Linux and Windows implementation speed fast. While easily ported to embedded systems.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:5554
    • 提供者:郑筱均
  1. linux-ftpd-0.10.tar

    0下载:
  2. 伯克利大学的一个ftp协议的实现源代码,包括客户端和服务器端.-a University of California, Berkeley ftp protocol implemented the source code, including the client and server side.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:38752
    • 提供者:王石
  1. linux-ftpd-ssl

    1下载:
  2. 一个linux 下的ftp服务器程序 c语言编写-a linux under the ftp server language c
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:80818
    • 提供者:xierongji
  1. wu-ftpd-current.tar

    0下载:
  2. linux下的FTP Server: wu-ftpd 服务器的源码-under Linux FTP Server : wu - ftpd server source code
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:354784
    • 提供者:yhu
  1. multiget-beta4.src.tar

    0下载:
  2. linux的ftp客户端程序源码,可以很方便的移植到各种嵌入式平台,如Mips等。-linux ftp client program source code, can conveniently be transferred to a variety of embedded platforms, such as Mips.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:743368
    • 提供者:宁海龙
  1. tnftp-20050625.tar

    0下载:
  2. 一个很好的ftp客户端,linux的ftp客户端程序源码,可以很方便的移植到各种嵌入式平台 -a good ftp client, linux ftp client program source code, it is easy to transplant various embedded platform
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:313915
    • 提供者:wangjunwei
  1. ftp-socket

    1下载:
  2. 利用Linux开发环境,设计和实现一个简单的文件传输协议FTP. 里面包含了服务端和客户端的C程序-use Linux development environment, Design and Implementation of a simple file transfer protocol FTP. it contains the server and client procedures C
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:4565
    • 提供者:李亚林
  1. ftp编程

    0下载:
  2. 一个在linux环境下的ftp的实现程序!-an environment in the ftp program to realize!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3042
    • 提供者:wss
  1. ftp示例源码

    0下载:
  2. 这个代码不能在linux编译,要加以修改,但写得是很好的,选自某个嵌入式linux 的源码 -the code in Linux compiler not to modify, but is written in good, chosen from a certain source embedded Linux
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:14502
    • 提供者:刘波
  1. Linux-note

    0下载:
  2. 基于LINUX操作系统下的各种详细配置(如FTP,内核启动参数配置等)。 是属于个人笔记
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2851868
    • 提供者:liangrh
  1. ftp

    0下载:
  2. 本程序为在linux下实现FTP传输文件的实现,用的是底层代码实现。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1365925
    • 提供者:liangrh
  1. linux-ftp

    0下载:
  2. 在linux环境下编写的简易的tcp客户端和服务器端程序_代码测试运行有效-Simple tcp client and server side program _ code written in linux environment test run
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:1154
    • 提供者:郭磊
  1. ftp

    0下载:
  2. linux下FTP类的实现:通过socket实现FTP,可以连接、创建目录、上传文件、下载文件、断开连接-realization under linux FTP: FTP, through the socket can be connected to create directories, upload files, download files, disconnect
  3. 所属分类:Linux Network

    • 发布日期:2017-11-14
    • 文件大小:2592
    • 提供者:lz
  1. ftp-linux

    0下载:
  2. Linux下ftp服务,c语言实现,包括客户端和服务器端-Linux, ftp, c language
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:513349
    • 提供者:杨杰
  1. In-depth-analysis-of-Linux

    0下载:
  2. 《深入分析Linux》,是ftp版,让你快速掌握Linux-In-depth analysis of Linux, ftp version allows you to quickly grasp the Linux
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:1691398
    • 提供者:hong_zhao
  1. linux-ftp

    0下载:
  2. Linux下的FTP服务器端和客户端。详情请参考内置说明pdf文档-FTP server and client under Linux. For details, please refer to built-in instructions pdf documents
  3. 所属分类:Linux Network

    • 发布日期:2017-11-13
    • 文件大小:1322316
    • 提供者:周杰
  1. Linux-ftp

    0下载:
  2. Linux下简单的FTP客户端程序. 这个FTP客户端程序主要分两个模块,一个是ftp_socket.c,负责socket方面的操作,另外一个是ftp.c,负责FTP的操作实现。有参考了网上开源的项目中PORT和PASV部分的处理,其他其实都挺简单的。核心代码不到900行,其中有一些地方没考虑得很全面,一些处理得不够优雅,以后慢慢再修改.-ftp linux sample
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:6535
    • 提供者:赵光辉
  1. ftp

    0下载:
  2. 本程序为linux命令行下ftp客户端程序,实现了大部分常用ftp命令(this program is the ftp client under Linux commond line)
  3. 所属分类:Ftp客户端

    • 发布日期:2017-12-14
    • 文件大小:7168
    • 提供者:善根微薄
« 1 2 3 45 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com